home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 November
/
Macworld (1999-11).dmg
/
Updaters
/
WhiteCap 3.0.4
/
into Visual Plug-ins
/
WhiteCap Configs
/
Charleston Nights
< prev
next >
Wrap
Text File
|
1999-07-17
|
1KB
|
77 lines
// By Andrew O'Meara
Resn=10,
Durn="2",
CamX="30 * sin( t / 7 ) + 30",
CamY="20 * cos( t / 7 )",
CamZ="22 + 10 * cos( t / 9.9 )",
CmLX="40",
CmLY="0",
CmLZ="0",
CUpX="0",
CUpY="0",
CUpZ="1",
LvlR="1",
LvlG="1",
LvlB="1",
LWdt="2",
// Red spotlight
B0=".1 + .8 * .5 * ( 1 + cos( 3 * sin( .1 * t ) + 4 * sin( .2 * t ) - 4 * sin( .5 * t ) ) )",
B1=".1 + .8 * .5 * ( 1 + sin( 5 * sin( .15 * t ) + 2 * cos( .21 * t ) + 5 * sin( .67 * t ) ) )",
C0="( dt - b0 ) * ( dt - b0 ) + .01",
D0="( s - b1 )",
// Green spotlight
B2=".1 + .8 * .5 * ( 1 + cos( 5 * sin( .09 * t ) + 4 * cos( .39 * t ) - 6 * sin( .47 * t ) ) )",
B3=".1 + .8 * .5 * ( 1 + sin( 4 * sin( .18 * t ) - 8 * sin( .33 * t ) + 5 * cos( .51 * t ) ) )",
C1="( dt - b2 ) * ( dt - b2 ) + .01",
D1="( s - b3 )",
// Blue spotlight
B4=".1 + .8 * .5 * ( 1 + cos( 8 * sin( .13 * t ) + 4 * cos( .61 * t ) + 5 * cos( .72 * t ) ) )",
B5=".1 + .8 * .5 * ( 1 + sin( 5 * sin( .34 * t ) - 8 * cos( .42 * t ) - 3 * sin( .30 * t ) ) )",
C2="( dt - b4 ) * ( dt - b4 ) + .01",
D2="( s - b5 )",
R=".02 / ( c0 + d0 * d0 )",/* Intensity goes down with 1/r^2 */
G=".02 / ( c1 + d1 * d1 )",
B=".02 / ( c2 + d2 * d2 )",
// Preferred dimentions/aspect
widt=490,heig=360,
ConL=1,ConB=1,
Fall=".05",
X="100 * dt",
Y="90 * (s - .5)",
Z="15 * abs( mag( s ) )",
Scal="970",
ScSz=1,
Pers="250",
Vers=30